home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n13.arc / MODEL_S.H < prev    next >
Text File  |  1991-06-12  |  297b  |  10 lines

  1. // model_s.h RHS 3/4/91
  2.  
  3. // when #include'd in a .C or .CPP file, insures that only a particular
  4. // memory model can be used: e.g., MODEL_S.H is for the Small model
  5.  
  6. #if !defined(__SMALL__)
  7. #error Small Memory Model not defined: set model
  8.  option and re-start compile«MDNM»
  9. #endif
  10. «MDNM»